micro_utils.dokka
0.9.7
jvm
micro_utils.dokka
/
dev.inmo.micro_utils.repos
/
[jvm]WriteMapKeyValueRepo
Write
Map
Key
Value
Repo
jvm
class
WriteMapKeyValueRepo
<
Key
,
Value
>
(
map
:
MutableMap
<
Key
,
Value
>
)
:
WriteStandardKeyValueRepo
<
Key
,
Value
>
Content copied to clipboard
Functions
Properties
Functions
set
Link copied to clipboard
jvm
open
suspend override
fun
set
(
toSet
:
Map
<
Key
,
Value
>
)
Content copied to clipboard
unset
Link copied to clipboard
jvm
open
suspend override
fun
unset
(
toUnset
:
List
<
Key
>
)
Content copied to clipboard
unset
With
Values
Link copied to clipboard
jvm
open
suspend override
fun
unsetWithValues
(
toUnset
:
List
<
Value
>
)
Content copied to clipboard
Properties
onNewValue
Link copied to clipboard
jvm
open
override
val
onNewValue
:
Flow
<
Pair
<
Key
,
Value
>
>
Content copied to clipboard
onValueRemoved
Link copied to clipboard
jvm
open
override
val
onValueRemoved
:
Flow
<
Key
>
Content copied to clipboard